fortify Unsafe JNI Unsafe JNI 主要解決問題: 1.system.currentTimeMillis(); 使用SystemClock.now()替換。 2.isAssignableFrom(); ...